2 instantiations of TestAccessor
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\Public\PublicWorkspacePullDiagnosticsHandler.cs (1)
98
internal override TestAccessor GetTestAccessor() =>
new
(this);
Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
65
internal override TestAccessor GetTestAccessor() =>
new
(this);
3 references to TestAccessor
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Diagnostics\AbstractWorkspacePullDiagnosticsHandler.cs (1)
138
internal abstract
TestAccessor
GetTestAccessor();
Handler\Diagnostics\Public\PublicWorkspacePullDiagnosticsHandler.cs (1)
98
internal override
TestAccessor
GetTestAccessor() => new(this);
Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
65
internal override
TestAccessor
GetTestAccessor() => new(this);