Skip to content

Commit

Permalink
Change _namingScheme access to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
mganss authored Jul 20, 2023
1 parent 7d60418 commit 595f179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XmlSchemaClassGenerator/NamingProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public class NamingProvider
: INamingProvider
{
private readonly NamingScheme _namingScheme;
protected readonly NamingScheme _namingScheme;

/// <summary>
/// Initializes a new instance of the <see cref="NamingProvider"/> class.
Expand Down Expand Up @@ -163,4 +163,4 @@ protected virtual string QualifiedNameToTitleCase(XmlQualifiedName qualifiedName
return qualifiedName.Name.ToTitleCase(_namingScheme);
}
}
}
}

0 comments on commit 595f179

Please sign in to comment.