1 instantiation of TextScanner
Microsoft.Analyzers.Local (1)
ApiLifecycle\Json\JsonReader.cs (1)
22_scanner = new TextScanner(reader);
2 references to TextScanner
Microsoft.Analyzers.Local (2)
ApiLifecycle\Json\JsonReader.cs (1)
18private readonly TextScanner _scanner;
ApiLifecycle\Json\TextScanner.cs (1)
19/// Initializes a new instance of the <see cref="TextScanner"/> class.