5 references to PerformIVTCheck
Microsoft.CodeAnalysis (1)
IVTConclusion.cs (1)
10/// The result of <see cref="ISymbolExtensions.PerformIVTCheck(AssemblyIdentity, ImmutableArray{byte}, ImmutableArray{byte})"/>
Microsoft.CodeAnalysis.CSharp (2)
Symbols\MetadataOrSourceAssemblySymbol.cs (1)
249result = potentialGiverOfAccess.Identity.PerformIVTCheck(this.PublicKey, key);
Symbols\PublicModel\AssemblySymbol.cs (1)
89IVTConclusion conclusion = identity.PerformIVTCheck(assemblyWantingAccess.Identity.PublicKey, key);
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\AssemblySymbol.vb (1)
739Dim conclusion As IVTConclusion = Me.Identity.PerformIVTCheck(assemblyWantingAccess.Identity.PublicKey, key)
Symbols\MetadataOrSourceAssemblySymbol.vb (1)
153result = potentialGiverOfAccess.Identity.PerformIVTCheck(Me.PublicKey, key)