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