1 instantiation of InterceptsLocationData
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\InterceptsLocationUtilities.cs (1)
105result = new(contentHash, position);
7 references to InterceptsLocationData
Microsoft.CodeAnalysis.CodeStyle (7)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\InterceptsLocationUtilities.cs (7)
21public readonly bool Equals(InterceptsLocationData other) 30public static ImmutableArray<InterceptsLocationData> GetInterceptsLocationData(ImmutableArray<AttributeData> attributes) 32using var result = TemporaryArray<InterceptsLocationData>.Empty; 36if (TryGetInterceptsLocationData(attribute, out var data)) 43public static bool TryGetInterceptsLocationData(AttributeData attribute, out InterceptsLocationData result) 58public static bool TryGetInterceptsLocationData(int version, string attributeData, out InterceptsLocationData result) 69private static bool TryGetInterceptsLocationDataVersion1(string attributeData, out InterceptsLocationData result)