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