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