3 instantiations of InterpolatedStringHandlerAttribute
Microsoft.CodeAnalysis.Extensions.Package (3)
src\Dependencies\Contracts\Contract.InterpolatedStringHandlers.cs (3)
18
[
InterpolatedStringHandler
]
36
[
InterpolatedStringHandler
]
54
[
InterpolatedStringHandler
]
2 references to InterpolatedStringHandlerAttribute
Microsoft.CodeAnalysis.Extensions.Package (2)
Compilation\CompilationExtensions.cs (1)
295
=> compilation.GetTypeByMetadataName(typeof(
InterpolatedStringHandlerAttribute
).FullName!);
src\Dependencies\Contracts\InterpolatedStringHandlerAttribute.cs (1)
23
/// <summary>Initializes the <see cref="
InterpolatedStringHandlerAttribute
"/>.</summary>