1 write to IsSubmission
Microsoft.CodeAnalysis (1)
Compilation\CommonSyntaxAndDeclarationManager.cs (1)
28
this.
IsSubmission
= isSubmission;
8 references to IsSubmission
Microsoft.CodeAnalysis.CSharp (8)
Compilation\CSharpCompilation.cs (1)
662
_syntaxAndDeclarations.
IsSubmission
,
Compilation\SyntaxAndDeclarationManager.cs (7)
38
Interlocked.CompareExchange(ref _lazyState, CreateState(this.ExternalSyntaxTrees, this.ScriptClassName, this.Resolver, this.MessageProvider, this.
IsSubmission
), null);
88
var isSubmission = this.
IsSubmission
;
347
this.
IsSubmission
,
506
this.
IsSubmission
,
533
AddSyntaxTreeToDeclarationMapAndTable(newTree, this.ScriptClassName, this.
IsSubmission
, declMapBuilder, ref declTable);
566
this.
IsSubmission
,
572
return new SyntaxAndDeclarationManager(trees, this.ScriptClassName, this.Resolver, this.MessageProvider, this.
IsSubmission
, state: null);