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