2 references to VBFacadeCollectionContainsWithWrongArgumentTypeSource
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests (2)
Microsoft.NetCore.Analyzers\Runtime\PreferDictionaryContainsMethodsTests.cs (2)
352
[InlineData(
VBFacadeCollectionContainsWithWrongArgumentTypeSource
, @"dictionary.Keys.Contains(29)")]
353
[InlineData(
VBFacadeCollectionContainsWithWrongArgumentTypeSource
, @"dictionary.Values.Contains(""RuhRoh"")")]