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