Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn

Get AST from .Net assembly without source code (IL code)

behavior of background compiler in visual studio 2015

Find all method calls for a specific method using Roslyn

Detect c# 6 features with Roslyn

c# roslyn

Roslyn Find ALL References to a Method in ALL Projects in a Solution

c# roslyn

How to get base type for the particular type

c# roslyn

How to include keywords and aliases in Roslyn recommended symbols?

EditorConfig - how to access editorconfig rule settings in custom analyzer

Is there a way to determine the potential value of a variable using Roslyn?

.net roslyn

Does Roslyn expose the compiler-generated yield transformations to the syntax trees?

yield roslyn

Why Roslyn team marked DocumentationComment as internal

.net roslyn

How to tell classes from interfaces in Roslyn's `BaseList`?

c# .net syntax roslyn

How to compare type symbols (ITypeSymbol) from different projects in Roslyn?

Rename multiple symbols at once? (using Roslyn)

c# .net roslyn

Getting the fully qualified name of a type from a TypeInfo object

c# roslyn

Compile-time source code modification using Roslyn

c# .net msbuild roslyn

Using Roslyn to parse/transform/generate code: am I aiming too high, or too low?

c# code-generation roslyn

CSC : error CS7038: Failed to emit module

Building a SyntaxTree from the ground up

c# roslyn

Why does SyntaxNode.ReplaceNode change the SyntaxTree options?

c# roslyn