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)
679
_syntaxAndDeclarations.
IsSubmission
,
Compilation\SyntaxAndDeclarationManager.cs (7)
43
Interlocked.CompareExchange(ref _lazyState, CreateState(this.ExternalSyntaxTrees, this.ScriptClassName, this.Resolver, this.MessageProvider, this.
IsSubmission
), null);
96
var isSubmission = this.
IsSubmission
;
373
this.
IsSubmission
,
538
this.
IsSubmission
,
566
AddSyntaxTreeToDeclarationMapAndTable(newTree, this.ScriptClassName, this.
IsSubmission
, declMapBuilder, lastComputedMemberNames, ref declTable);
602
this.
IsSubmission
,
665
return new SyntaxAndDeclarationManager(trees, this.ScriptClassName, this.Resolver, this.MessageProvider, this.
IsSubmission
, state: null);