2 writes to VariableUsedBeforeDeclaration
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ExtendedErrorTypeSymbol.cs (2)
48
this.
VariableUsedBeforeDeclaration
= variableUsedBeforeDeclaration;
59
this.
VariableUsedBeforeDeclaration
= variableUsedBeforeDeclaration;
2 references to VariableUsedBeforeDeclaration
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpSemanticModel.cs (1)
2065
if (type is ExtendedErrorTypeSymbol extended && extended.
VariableUsedBeforeDeclaration
)
Symbols\ExtendedErrorTypeSymbol.cs (1)
85
new ExtendedErrorTypeSymbol(_containingSymbol, _name, _arity, _errorInfo, true,
VariableUsedBeforeDeclaration
, _candidateSymbols, _resultKind);