3 implementations of AllowsRefLikeType
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceGenericParameter.cs (1)
29public bool AllowsRefLikeType => OldDefinition.AllowsRefLikeType;
Emit\NoPia\CommonEmbeddedTypeParameter.cs (1)
89bool Cci.IGenericParameter.AllowsRefLikeType
PEWriter\InheritedTypeParameter.cs (1)
52public bool AllowsRefLikeType
3 references to AllowsRefLikeType
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceGenericParameter.cs (1)
29public bool AllowsRefLikeType => OldDefinition.AllowsRefLikeType;
PEWriter\InheritedTypeParameter.cs (1)
54get { return _parentParameter.AllowsRefLikeType; }
PEWriter\MetadataWriter.cs (1)
879if (genPar.AllowsRefLikeType)