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