3 references to GetVTableGapSize
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
1329gapSize = ModuleExtensions.GetVTableGapSize(module.GetMethodDefNameOrThrow(methodDef));
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
184int gapSize = isInterface ? Microsoft.CodeAnalysis.ModuleExtensions.GetVTableGapSize(method.MetadataName) : 0;
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1650ModuleExtensions.GetVTableGapSize(this.MetadataName) > 0;