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