4 implementations of MustBeValueType
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceGenericParameter.cs (1)
27public bool MustBeValueType => OldDefinition.MustBeValueType;
Emit\NoPia\CommonEmbeddedTypeParameter.cs (1)
82bool Cci.IGenericParameter.MustBeValueType
PEWriter\InheritedTypeParameter.cs (1)
46public bool MustBeValueType
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\TypeParameterSymbolAdapter.cs (1)
297bool Cci.IGenericParameter.MustBeValueType
3 references to MustBeValueType
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceGenericParameter.cs (1)
27public bool MustBeValueType => OldDefinition.MustBeValueType;
PEWriter\InheritedTypeParameter.cs (1)
48get { return _parentParameter.MustBeValueType; }
PEWriter\MetadataWriter.cs (1)
877if (genPar.MustBeValueType)