Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Visual Studio Community 2015 Update 1 Build Issue

Creating an EF CodeFirst DbContext using Roslyn

ef-code-first roslyn

Property-of aka infoof -- via Rosyln?

.net roslyn

LiteralExpression - ArgumentOutOfRangeException

c# literals roslyn

How to use an altered Roslyn in Visual Studio

c# visual-studio roslyn

Get Symbol for ReferenceLocation

c# roslyn

How to get a Roslyn FieldSymbol from a FieldDeclarationSyntax node?

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

Building a SyntaxTree from the ground up

c# roslyn