3 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)
251result = potentialGiverOfAccess.Identity.PerformIVTCheck(this.PublicKey, key);
Symbols\PublicModel\AssemblySymbol.cs (1)
92IVTConclusion conclusion = identity.PerformIVTCheck(publicKey, key);