5 implementations of MustBeValueType
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedGenericParameter.cs (1)
26public bool MustBeValueType => OldDefinition.MustBeValueType;
Emit\NoPia\CommonEmbeddedTypeParameter.cs (1)
77bool Cci.IGenericParameter.MustBeValueType
PEWriter\InheritedTypeParameter.cs (1)
47public bool MustBeValueType
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\TypeParameterSymbolAdapter.cs (1)
294bool Cci.IGenericParameter.MustBeValueType
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\TypeParameterSymbolAdapter.vb (1)
224Private ReadOnly Property IGenericParameterMustBeValueType As Boolean Implements IGenericParameter.MustBeValueType
4 references to MustBeValueType
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedGenericParameter.cs (1)
26public bool MustBeValueType => OldDefinition.MustBeValueType;
PEWriter\InheritedTypeParameter.cs (1)
49get { return _parentParameter.MustBeValueType; }
PEWriter\MetadataWriter.cs (1)
872if (genPar.MustBeValueType)
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\TypeParameterSymbolAdapter.vb (1)
224Private ReadOnly Property IGenericParameterMustBeValueType As Boolean Implements IGenericParameter.MustBeValueType