1 instantiation of Property
Microsoft.CodeAnalysis.CSharp.Features (1)
FileLevelDirectiveHelpers.cs (1)
423
return new
Property
(context.Info)
4 references to Property
Microsoft.CodeAnalysis.CSharp.Features (4)
FileLevelDirectiveHelpers.cs (4)
309
"property" =>
Property
.Parse(context),
396
public static new
Property
? Parse(in ParseContext context)
405
return context.Diagnostics.AddError<
Property
?>(context.SourceFile, context.Info.Span, FileBasedProgramsResources.PropertyDirectiveMissingParts);
414
return context.Diagnostics.AddError<
Property
?>(context.SourceFile, context.Info.Span, string.Format(FileBasedProgramsResources.PropertyDirectiveInvalidName, ex.Message), ex);