1 write to cancellationToken
Microsoft.NET.ProjectData (1)
CacheFileReader.cs (1)
733 this.cancellationToken = cancellationToken;
8 references to cancellationToken
Microsoft.NET.ProjectData (8)
CacheFileReader.cs (8)
852 this.cancellationToken); 879 this.cancellationToken.ThrowIfCancellationRequested(); 918 List<(string Path, Dictionary<string, string>? Metadata)> expanded = ExpandCompressedPaths(lines, this.cancellationToken); 984 List<(string Path, Dictionary<string, string>? Metadata)> expanded = ExpandCompressedPaths(analyzerLines, this.cancellationToken); 1076 List<(string Path, Dictionary<string, string>? Metadata)> expanded = ExpandCompressedPaths(this.SourceFileLines, this.cancellationToken); 1100 List<(string Path, Dictionary<string, string>? Metadata)> expanded = ExpandCompressedPaths(this.ProjectReferenceLines, this.cancellationToken); 1125 List<(string Path, Dictionary<string, string>? Metadata)> expanded = ExpandCompressedPaths(this.MetadataReferenceLines, this.cancellationToken); 1212 List<(string Path, Dictionary<string, string>? Metadata)> expanded = ExpandCompressedPaths(this.EmbeddedResourceLines, this.cancellationToken);