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