10 instantiations of PropertyMapperCollection
Microsoft.CodeAnalysis.NetAnalyzers (10)
Microsoft.NetCore.Analyzers\Security\DoNotDisableHttpClientCRLCheck.cs (1)
72private static readonly PropertyMapperCollection PropertyMappers = new(
Microsoft.NetCore.Analyzers\Security\DoNotInstallRootCert.cs (1)
56private static readonly PropertyMapperCollection PropertyMappers = new(
Microsoft.NetCore.Analyzers\Security\DoNotUseCreateEncryptorWithNonDefaultIV.cs (1)
60private static readonly PropertyMapperCollection PropertyMappers = new(
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerJavascriptSerializerWithSimpleTypeResolver.cs (1)
58private static readonly PropertyMapperCollection PropertyMappers = new(
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerJsonNetWithoutBinder.cs (1)
88private static readonly PropertyMapperCollection PropertyMappers = new(
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerWithoutBinderBase.cs (1)
84PropertyMapperCollection propertyMappers = new PropertyMapperCollection(
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureSettingsForJsonNet.cs (1)
87private static readonly PropertyMapperCollection PropertyMappers = new(
Microsoft.NetCore.Analyzers\Security\DoNotUseWeakKDFInsufficientIterationCount.cs (1)
114var propertyMappers = new PropertyMapperCollection(
Microsoft.NetCore.Analyzers\Security\SetHttpOnlyForHttpCookie.cs (1)
51private static readonly PropertyMapperCollection PropertyMappers = new(
Microsoft.NetCore.Analyzers\Security\UseSecureCookiesASPNetCore.cs (1)
58private static readonly PropertyMapperCollection PropertyMappers = new(
20 references to PropertyMapperCollection
Microsoft.CodeAnalysis.NetAnalyzers (20)
Microsoft.NetCore.Analyzers\Security\DoNotDisableHttpClientCRLCheck.cs (1)
72private static readonly PropertyMapperCollection PropertyMappers = new(
Microsoft.NetCore.Analyzers\Security\DoNotInstallRootCert.cs (1)
56private static readonly PropertyMapperCollection PropertyMappers = new(
Microsoft.NetCore.Analyzers\Security\DoNotUseCreateEncryptorWithNonDefaultIV.cs (1)
60private static readonly PropertyMapperCollection PropertyMappers = new(
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerJavascriptSerializerWithSimpleTypeResolver.cs (1)
58private static readonly PropertyMapperCollection PropertyMappers = new(
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerJsonNetWithoutBinder.cs (1)
88private static readonly PropertyMapperCollection PropertyMappers = new(
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerWithoutBinderBase.cs (1)
84PropertyMapperCollection propertyMappers = new PropertyMapperCollection(
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureSettingsForJsonNet.cs (1)
87private static readonly PropertyMapperCollection PropertyMappers = new(
Microsoft.NetCore.Analyzers\Security\DoNotUseWeakKDFInsufficientIterationCount.cs (1)
114var propertyMappers = new PropertyMapperCollection(
Microsoft.NetCore.Analyzers\Security\SetHttpOnlyForHttpCookie.cs (1)
51private static readonly PropertyMapperCollection PropertyMappers = new(
Microsoft.NetCore.Analyzers\Security\UseSecureCookiesASPNetCore.cs (1)
58private static readonly PropertyMapperCollection PropertyMappers = new(
src\11b41c7305441175\PropertySetAbstractValue.cs (1)
127/// <see cref="PropertyMapperCollection"/>'s initialization.</param>
src\11b41c7305441175\PropertySetAnalysisContext.cs (3)
42PropertyMapperCollection propertyMappers, 83PropertyMapperCollection propertyMappers, 150public PropertyMapperCollection PropertyMappers { get; }
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\ConstructorMapper.cs (3)
26/// <returns>Abstract value for PropertySetAnalysis, with <see cref="PropertySetAbstractValueKind"/>s in the same order as the <see cref="PropertyMapper"/>s in the <see cref="PropertyMapperCollection"/>.</returns> 37/// <returns>Abstract value for PropertySetAnalysis, with <see cref="PropertySetAbstractValueKind"/>s in the same order as the <see cref="PropertyMapper"/>s in the <see cref="PropertyMapperCollection"/>.</returns> 45/// <param name="propertyAbstractValues">Constant <see cref="PropertySetAbstractValueKind"/>s, in the same order that the corresponding <see cref="PropertyMapperCollection"/> was initialized with.</param>
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysis.cs (3)
55PropertyMapperCollection propertyMappers, 157PropertyMapperCollection propertyMappers, 193PropertyMapperCollection propertyMappers,