3 implementations of IsPinned
Microsoft.CodeAnalysis (3)
CodeGen\LocalConstantDefinition.cs (1)
51
public bool
IsPinned
=> false;
CodeGen\LocalDefinition.cs (1)
124
public bool
IsPinned
CodeGen\SignatureOnlyLocalDefinition.cs (1)
55
public bool
IsPinned
1 reference to IsPinned
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
3074
SerializeTypeReference(encoder.Type(local.IsReference, local.
IsPinned
), local.Type);