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