5 references to IsNil
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.Portable.cs (1)
68
if (!documentHandle.
IsNil
)
Microsoft.CodeAnalysis.Features (2)
PdbSourceDocument\SymbolSourceDocumentFinder.cs (2)
43
if (!mdi.Document.
IsNil
)
53
if (!point.Document.
IsNil
)
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\Document.cs (1)
24
Debug.Assert(!handle.
IsNil
);
System\Reflection\Metadata\PortablePdb\SequencePointCollection.cs (1)
69
if (document.
IsNil
)