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