3 references to Empty
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
903
: this(activeNodeIndices, DeclarationBodyMap.
Empty
, null)
1505
: DeclarationBodyMap.
Empty
;
EditAndContinue\DeclarationBody.cs (1)
71
return (primaryMatch != null) ? DeclarationBodyMap.FromMatch(primaryMatch) : DeclarationBodyMap.
Empty
;