1 instantiation of DataSectionStringType
Microsoft.CodeAnalysis (1)
CodeGen\PrivateImplementationDetails.cs (1)
361return new DataSectionStringType(
4 references to DataSectionStringType
Microsoft.CodeAnalysis (4)
CodeGen\PrivateImplementationDetails.cs (4)
101private readonly ConcurrentDictionary<string, DataSectionStringType> _dataSectionStringLiteralTypes = new ConcurrentDictionary<string, DataSectionStringType>(); 323/// Gets the field of <see cref="DataSectionStringType"/> or creates one 1146/// A helper method used in static constructor of <see cref="DataSectionStringType"/>.