4 references to Instance
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ReferenceManager.cs (1)
451
corLibrary = MissingCorLibrarySymbol.
Instance
;
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
EvaluationContext.cs (1)
485
if (identity != null && !identity.Equals(MissingCorLibrarySymbol.
Instance
.Identity))
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\Retargeting\RetargetingTests.cs (2)
351
retargetingAssembly.SetCorLibrary(MissingCorLibrarySymbol.
Instance
); // Need to do this explicitly since our retargeting assembly wasn't constructed using the real mechanism.
388
retargetingAssembly.SetCorLibrary(MissingCorLibrarySymbol.
Instance
); // Need to do this explicitly since our retargeting assembly wasn't constructed using the real mechanism.