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