9 instantiations of ProjectAttributes
Microsoft.CodeAnalysis.Features (3)
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (1)
375
new ProjectInfo.
ProjectAttributes
(
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (1)
315
new ProjectInfo.
ProjectAttributes
(
Workspace\MiscellaneousFileUtilities.cs (1)
88
new ProjectInfo.
ProjectAttributes
(
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\CommandLineProject.cs (1)
118
new ProjectInfo.
ProjectAttributes
(
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
110
new ProjectInfo.
ProjectAttributes
(
Workspace\Solution\ProjectInfo.cs (3)
233
new
ProjectAttributes
(
585
return new
ProjectAttributes
(
650
return new
ProjectAttributes
(
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
280
new ProjectInfo.
ProjectAttributes
(
18 references to ProjectAttributes
Microsoft.CodeAnalysis.Workspaces (18)
Serialization\SerializationExtensions.cs (3)
22
ProjectInfo.
ProjectAttributes
=> WellKnownSynchronizationKind.ProjectAttributes,
36
public static CompilationOptions FixUpCompilationOptions(this ProjectInfo.
ProjectAttributes
info, CompilationOptions compilationOptions)
59
private static ImmutableArray<string> GetStrongNameKeyPaths(ProjectInfo.
ProjectAttributes
info)
Serialization\SerializerService.cs (2)
99
((ProjectInfo.
ProjectAttributes
)value).WriteTo(writer);
247
WellKnownSynchronizationKind.ProjectAttributes => ProjectInfo.
ProjectAttributes
.ReadFrom(reader),
Workspace\Solution\Project.cs (1)
697
internal Project WithAttributes(ProjectInfo.
ProjectAttributes
attributes)
Workspace\Solution\ProjectInfo.cs (8)
22
internal
ProjectAttributes
Attributes { get; }
39
/// <inheritdoc cref="
ProjectAttributes
.NameAndFlavor"/>
158
ProjectAttributes
attributes,
261
ProjectAttributes
attributes,
286
ProjectAttributes
? attributes = null,
297
var
newAttributes = attributes ?? Attributes;
533
public
ProjectAttributes
With(
630
public static
ProjectAttributes
ReadFrom(ObjectReader reader)
Workspace\Solution\ProjectState.cs (2)
708
internal ProjectInfo.
ProjectAttributes
Attributes
714
private ProjectState WithNewerAttributes(ProjectInfo.
ProjectAttributes
attributes)
Workspace\Solution\Solution.cs (1)
619
internal Solution WithProjectAttributes(ProjectInfo.
ProjectAttributes
attributes)
Workspace\Solution\SolutionCompilationState.cs (1)
579
public SolutionCompilationState WithProjectAttributes(ProjectInfo.
ProjectAttributes
attributes)