1 write to ScriptClassName
Microsoft.CodeAnalysis (1)
Compilation\CommonSyntaxAndDeclarationManager.cs (1)
25this.ScriptClassName = scriptClassName ?? "";
7 references to ScriptClassName
Microsoft.CodeAnalysis.CSharp (7)
Compilation\SyntaxAndDeclarationManager.cs (7)
43Interlocked.CompareExchange(ref _lazyState, CreateState(this.ExternalSyntaxTrees, this.ScriptClassName, this.Resolver, this.MessageProvider, this.IsSubmission), null); 93var scriptClassName = this.ScriptClassName; 370this.ScriptClassName, 535this.ScriptClassName, 566AddSyntaxTreeToDeclarationMapAndTable(newTree, this.ScriptClassName, this.IsSubmission, declMapBuilder, lastComputedMemberNames, ref declTable); 599this.ScriptClassName, 665return new SyntaxAndDeclarationManager(trees, this.ScriptClassName, this.Resolver, this.MessageProvider, this.IsSubmission, state: null);