2 overrides of GetLocalNullableContextValue
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1094
internal override byte?
GetLocalNullableContextValue
()
Symbols\Source\SourceMemberMethodSymbol.cs (1)
998
internal override byte?
GetLocalNullableContextValue
()
4 references to GetLocalNullableContextValue
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Symbol.cs (4)
1619
return
GetLocalNullableContextValue
() ?? ContainingSymbol?.GetNullableContextValue();
1634
builder.AddValue(this.
GetLocalNullableContextValue
());
1658
builder.AddValue(this.
GetLocalNullableContextValue
());
1686
byte? localValue =
GetLocalNullableContextValue
();