4 instantiations of InterpolatedStringHandler
Microsoft.CodeAnalysis.CodeStyle (4)
src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
78
[
InterpolatedStringHandler
]
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Contract.InterpolatedStringHandlers.cs (3)
14
[
InterpolatedStringHandler
]
32
[
InterpolatedStringHandler
]
50
[
InterpolatedStringHandler
]
2 references to InterpolatedStringHandler
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\InternalUtilities\InterpolatedStringHandlerAttribute.cs (1)
21
/// <summary>Initializes the <see cref="
InterpolatedStringHandlerAttribute
"/>.</summary>
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ICompilationExtensions.cs (1)
259
=> compilation.GetTypeByMetadataName(typeof(
InterpolatedStringHandlerAttribute
).FullName!);