3 implementations of MustBeValueType
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceGenericParameter.cs (1)
27public bool MustBeValueType => OldDefinition.MustBeValueType;
Emit\NoPia\CommonEmbeddedTypeParameter.cs (1)
81bool Cci.IGenericParameter.MustBeValueType
PEWriter\InheritedTypeParameter.cs (1)
47public bool MustBeValueType
3 references to MustBeValueType
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceGenericParameter.cs (1)
27public bool MustBeValueType => OldDefinition.MustBeValueType;
PEWriter\InheritedTypeParameter.cs (1)
49get { return _parentParameter.MustBeValueType; }
PEWriter\MetadataWriter.cs (1)
874if (genPar.MustBeValueType)