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