Implemented interface members:
11 writes to
GenerateDocumentationAndConfigFiles (1)
src\RoslynAnalyzers\Microsoft.CodeAnalysis.Analyzers\Core\MetaAnalyzers\ReleaseTrackingHelper.cs (1)
414_builder[version] = releaseTrackingLine;
Microsoft.CodeAnalysis.Analyzers (1)
MetaAnalyzers\ReleaseTrackingHelper.cs (1)
414_builder[version] = releaseTrackingLine;
Microsoft.CodeAnalysis.Razor.Compiler (4)
CSharp\DefaultUtf8WriteLiteralFeature.cs (4)
112fileToType[info.FilePath] = fqn; 116typeSupport[fqn] = compilation.HasCallableUtf8WriteLiteralOverload(fqn); 133fileToType[info.FilePath] = fqn; 137typeSupport[fqn] = compilation.HasCallableUtf8WriteLiteralOverload(fqn);
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\SolutionCompilationState.cs (1)
1533versionMapBuilder[projectId] = sourceGeneratorExecutionVersion;
Workspace\Solution\TextDocumentStates.cs (2)
193builder[id] = state; 210builder[id] = newState;
Workspace\Workspace_SourceGeneration.cs (2)
125result[projectId] = Increment(solution.GetSourceGeneratorExecutionVersion(projectId), major); 128result[transitiveProjectId] = Increment(solution.GetSourceGeneratorExecutionVersion(transitiveProjectId), major);
1 reference to
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState.cs (1)
1526var currentExecutionVersion = versionMapBuilder[projectId];