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