4 references to Using
Microsoft.CodeAnalysis.CSharp (4)
Lowering\LocalRewriter\LocalRewriter_LockStatement.cs (1)
65
kind: SynthesizedLocalKind.
Using
);
Lowering\LocalRewriter\LocalRewriter_UsingStatement.cs (3)
176
boundTemp = _factory.StoreToTemp(tempInit, out tempAssignment, kind: SynthesizedLocalKind.
Using
);
181
boundTemp = _factory.StoreToTemp(rewrittenExpression, out tempAssignment, syntaxOpt: usingSyntax, kind: SynthesizedLocalKind.
Using
);
252
BoundLocal boundTemp = _factory.StoreToTemp(tempInit, out tempAssignment, kind: SynthesizedLocalKind.
Using
);