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