6 references to Constant
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Statements.cs (2)
727var kind = isConst ? LocalDeclarationKind.Constant : LocalDeclarationKind.RegularVariable; 1121else if (kind == LocalDeclarationKind.Constant && initializerOpt != null && !localDiagnostics.HasAnyResolvedErrors())
Binder\LocalScopeBinder.cs (1)
203kind = LocalDeclarationKind.Constant;
Symbols\LocalSymbol.cs (2)
232return this.DeclarationKind == LocalDeclarationKind.Constant; 306case LocalDeclarationKind.Constant:
Symbols\Source\SourceLocalSymbol.cs (1)
436case LocalDeclarationKind.Constant: