Implemented interface member:
property
IsInitOnly
Microsoft.CodeAnalysis.IMethodSymbol.IsInitOnly
2 overrides of IsInitOnly
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
CodeGenerationConstructedMethodSymbol.cs (1)
72
public override bool
IsInitOnly
=> _constructedFrom.IsInitOnly;
CodeGenerationMethodSymbol.cs (1)
106
public override bool
IsInitOnly
{ get; }
1 reference to IsInitOnly
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationConstructedMethodSymbol.cs (1)
72
public override bool IsInitOnly => _constructedFrom.
IsInitOnly
;