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