4 overrides of Identity
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Metadata\PE\PEAssemblySymbol.vb (1)
96
Public Overrides ReadOnly Property
Identity
As AssemblyIdentity
Symbols\MissingAssemblySymbol.vb (1)
52
Public Overrides ReadOnly Property
Identity
As AssemblyIdentity
Symbols\Retargeting\RetargetingAssemblySymbol.vb (1)
124
Public Overrides ReadOnly Property
Identity
As AssemblyIdentity
Symbols\Source\SourceAssemblySymbol.vb (1)
139
Public Overrides ReadOnly Property
Identity
As AssemblyIdentity
15 references to Identity
Microsoft.CodeAnalysis.VisualBasic (15)
Emit\AssemblyReference.vb (1)
25
Return _targetAssembly.
Identity
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (2)
226
Dim leftIdentity = left.
Identity
227
Dim rightIdentity = right.
Identity
Symbols\AssemblySymbol.vb (3)
72
''' This is equivalent to <see cref="
Identity
"/>.<see cref="AssemblyIdentity.Name"/>, but may be
78
Return
Identity
.Name
779
Dim conclusion As IVTConclusion = Me.
Identity
.PerformIVTCheck(publicKey, key)
Symbols\Metadata\PE\MetadataDecoder.vb (1)
58
MyBase.New(moduleSymbol.Module, If(TypeOf moduleSymbol.ContainingAssembly Is PEAssemblySymbol, moduleSymbol.ContainingAssembly.
Identity
, Nothing), SymbolFactory.Instance, moduleSymbol)
Symbols\MetadataOrSourceOrRetargetingAssemblySymbol.vb (1)
45
result = potentialGiverOfAccess.
Identity
.PerformIVTCheck(Me.PublicKey, key)
Symbols\MissingMetadataTypeSymbol.vb (1)
56
Return ErrorFactory.ErrorInfo(ERRID.ERR_UnreferencedAssembly3, containingAssembly.
Identity
, arg)
Symbols\NonMissingModuleSymbol.vb (1)
99
Dim definitionId = dependentAssembly.
Identity
Symbols\ReferenceManager.vb (2)
247
Throw New NotSupportedException(String.Format(CodeAnalysisResources.ChangingVersionOfAssemblyReferenceIsNotAllowedDuringDebugging, identity, symbol.
Identity
.Version))
935
MyBase.New(compilation.Assembly.
Identity
, GetReferencedAssemblies(compilation), embedInteropTypes)
Symbols\Retargeting\RetargetingSymbolTranslator.vb (1)
819
Dim errorInfo = If(type.ErrorInfo, ErrorFactory.ErrorInfo(ERRID.ERR_InReferencedAssembly, If(type.ContainingAssembly?.
Identity
.GetDisplayName, "")))
Symbols\Source\SourceAssemblySymbol.vb (2)
885
otherAssembly.
Identity
,
890
otherAssembly.
Identity
,