Base:
property
Identity
Microsoft.CodeAnalysis.CSharp.Symbols.AssemblySymbol.Identity
3 references to Identity
Microsoft.CodeAnalysis.CSharp (2)
Symbols\MissingAssemblySymbol.cs (2)
71get { return Identity.PublicKey; } 109return identity.Equals(other.Identity);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
EvaluationContext.cs (1)
485if (identity != null && !identity.Equals(MissingCorLibrarySymbol.Instance.Identity))