3 implementations of MustBeReferenceType
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceGenericParameter.cs (1)
25public bool MustBeReferenceType => OldDefinition.MustBeReferenceType;
Emit\NoPia\CommonEmbeddedTypeParameter.cs (1)
73bool Cci.IGenericParameter.MustBeReferenceType
PEWriter\InheritedTypeParameter.cs (1)
42public bool MustBeReferenceType
3 references to MustBeReferenceType
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceGenericParameter.cs (1)
25public bool MustBeReferenceType => OldDefinition.MustBeReferenceType;
PEWriter\InheritedTypeParameter.cs (1)
44get { return _parentParameter.MustBeReferenceType; }
PEWriter\MetadataWriter.cs (1)
873if (genPar.MustBeReferenceType)