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