2 references to CompilerType
Microsoft.Build.Tasks.CodeAnalysis (2)
ManagedCompiler.cs (2)
492set { _store[nameof(CompilerType)] = value; } 493get { return (string?)_store[nameof(CompilerType)]; }