2 references to GetConstructorThisOrBaseSymbol
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
1150return (_baseOrThisInitializer ?? GetConstructorThisOrBaseSymbol(this.methodMainNode)); 1438MethodSymbol? baseOrThisInitializer = GetConstructorThisOrBaseSymbol(constructorBody);