1 write to DebugType
Microsoft.Extensions.DependencyModel (1)
CompilationOptions.cs (1)
74
DebugType
= debugType;
4 references to DebugType
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (3)
CSharpCompiler.cs (3)
127
if (string.IsNullOrEmpty(dependencyContextOptions.
DebugType
))
134
switch (dependencyContextOptions.
DebugType
.ToLowerInvariant())
154
throw new InvalidOperationException(Resources.FormatUnsupportedDebugInformationFormat(dependencyContextOptions.
DebugType
));
Microsoft.Extensions.DependencyModel (1)
DependencyContextWriter.cs (1)
96
AddStringPropertyIfNotNull(DependencyContextStrings.DebugTypePropertyName, compilationOptions.
DebugType
, jsonWriter);