2 references to IsVar
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
1506syntax: designation, localSymbol: localSymbol, localSymbol.IsVar ? BoundLocalDeclarationKind.WithInferredType : BoundLocalDeclarationKind.WithExplicitType, constantValueOpt: null, isNullableUnknown: false, type: declType.Type);
FlowAnalysis\NullableWalker.cs (1)
12612else if (iterationVariable is SourceLocalSymbol { IsVar: true })