5 implementations of IsNewSlot
Microsoft.CodeAnalysis (5)
Emit\EditAndContinue\DeletedPEMethodDefinition.cs (1)
56public bool IsNewSlot
Emit\EditAndContinue\DeletedSourceMethodDefinition.cs (1)
47public bool IsNewSlot => OldDefinition.IsNewSlot;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
192bool Cci.IMethodDefinition.IsNewSlot => IsNewSlot;
Emit\NoPia\VtblGap.cs (1)
68bool Cci.IMethodDefinition.IsNewSlot
PEWriter\RootModuleStaticConstructor.cs (1)
53public bool IsNewSlot => false;
2 references to IsNewSlot
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeletedSourceMethodDefinition.cs (1)
47public bool IsNewSlot => OldDefinition.IsNewSlot;
PEWriter\MetadataWriter.cs (1)
997if (methodDef.IsNewSlot)