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