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